home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / dorsped3.zip / DORSPEED.DOC next >
Text File  |  1990-02-11  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.                             ┌────────────────────┐
  11.                             │  -*- DORSPEED -*-  │
  12.                             └────────────────────┘
  13.  
  14.                                     v3.00
  15.  
  16.                      -*- For use with QuickBBS v2.62+ -*-
  17.  
  18.                                       by
  19.  
  20.                                   Bob Ransom
  21.  
  22.                                    (c) 1989
  23.                              All Rights Reserved
  24.  
  25.  
  26.           This is a quick and dirty little program to pass a baud
  27.           rate to the DORINFO1.DEF and EXITINFO.BBS files.  It was
  28.           designed for those persons who need to change the files to
  29.           make various doors work with high speed modems.
  30.  
  31.           Please note:  This version of DORSPEED is designed to work
  32.           with QuickBBS versions starting with v2.62.  It will not
  33.           work with earlier versions!  You'll need a copy of
  34.           DORSPEED v2.00 for those earlier versions.  With v2.62,
  35.           the data structure of the EXITINFO.BBS file was changed,
  36.           hence the need for the release of a new version of this
  37.           program.
  38.  
  39.           Here's how it works:
  40.  
  41.           Enter the speed you wish to pass to DORINFO1.DEF and
  42.           EXITINFO.BBS on the command line.  Example:
  43.  
  44.           C:>dorspeed 19200
  45.  
  46.           DORSPEED will zap the speed out of the files and replace
  47.           it with whatever speed you passed on the command line.  It
  48.           touches nothing else.  Note: DON'T use commas in the speed
  49.           (i.e. don't use 19,200; use 19200).
  50.  
  51.           DORSPEED is meant to be run via the batch file that you
  52.           use to start the door.  DORSPEED should reside in the same
  53.           directory as the DORINFO1.DEF and EXITINFO.BBS files (your
  54.           main QuickBBS or other system directory).
  55.  
  56.           If DORSPEED can't find the DORINFO1.DEF file, it aborts
  57.           with an errorlevel of 1.  The same holds true if you pass
  58.           nothing on the command line.  If DORSPEED can't find the
  59.           EXITINFO.BBS file, it will just skip it and change only
  60.           the DORINFO1.DEF file.
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.           DORSPEED couldn't care less what you put on the command
  75.           line, so be careful.  If you run the program with
  76.           something strange on the command line, guess what will end
  77.           up in your DORINFO1.DEF file?  :-)
  78.  
  79.           DORSPEED was written in Turbo Pascal 5.0.
  80.  
  81.           Hope you find this useful....
  82.  
  83.           -Bob Ransom
  84.            The Creative Connection BBS
  85.            (313) 559-9039
  86.            (1:120/96.0)
  87.  
  88.            Released: February 11, 1990
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.